home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / OUI / include / rcs / gadget.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  1.4 KB  |  113 lines

  1. head    1.2;
  2. access;
  3. symbols;
  4. locks
  5.     dlorre:1.2; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.2
  10. date    97.07.14.04.24.31;    author dlorre;    state Exp;
  11. branches;
  12. next    1.1;
  13.  
  14. 1.1
  15. date    96.08.22.02.05.49;    author dlorre;    state Exp;
  16. branches;
  17. next    ;
  18.  
  19.  
  20. desc
  21. @Oui.lib -- Object User Interface
  22. Projet créé en 1994
  23. Auteur: Dominique Lorre
  24. @
  25.  
  26.  
  27. 1.2
  28. log
  29. @*** empty log message ***
  30. @
  31. text
  32. @// $Id$
  33. #ifndef CLASS_GADGET_H
  34. #include "gadgets/gadget.h"
  35. #endif
  36.  
  37. #ifndef CLASS_BUTTON_H
  38. #include "gadgets/button.h"
  39. #endif
  40.  
  41. #ifndef CLASS_STRING_H
  42. #include "gadgets/string.h"
  43. #endif
  44.  
  45. #ifndef CLASS_CSTRING_H
  46. #include "gadgets/cstring.h"
  47. #endif
  48.  
  49. #ifndef CLASS_NUMBER_H
  50. #include "gadgets/number.h"
  51. #endif
  52.  
  53. #ifndef CLASS_CNUMBER_H
  54. #include "gadgets/cnumber.h"
  55. #endif
  56.  
  57. #ifndef CLASS_RADIO_H
  58. #include "gadgets/radio.h"
  59. #endif
  60.  
  61. #ifndef CLASS_CYCLE_H
  62. #include "gadgets/cycle.h"
  63. #endif
  64.  
  65. #ifndef CLASS_SLIDER_H
  66. #include "gadgets/slider.h"
  67. #endif
  68.  
  69. #ifndef CLASS_SCROLLER_H
  70. #include "gadgets/scroller.h"
  71. #endif
  72.  
  73. #ifndef CLASS_LISTVIEW_H
  74. #include "gadgets/listview.h"
  75. #endif
  76.  
  77. #ifndef CLASS_CHECKBOX_H
  78. #include "gadgets/checkbox.h"
  79. #endif
  80.  
  81. #ifndef CLASS_PALETTE_H
  82. #include "gadgets/palette.h"
  83. #endif
  84.  
  85. #ifndef CLASS_IMGBUT_H
  86. #include "gadgets/imgbut.h"
  87. #endif
  88.  
  89. #ifndef CLASS_EPROP_H
  90. #include "gadgets/eprop.h"
  91. #endif
  92.  
  93. #ifndef CLASS_ESLIDE_H
  94. #include "gadgets/eslide.h"
  95. #endif
  96.  
  97. #ifndef CLASS_EROLL_H
  98. #include "gadgets/eroll.h"
  99. #endif
  100.  
  101.  
  102.  
  103. @
  104.  
  105.  
  106. 1.1
  107. log
  108. @Initial revision
  109. @
  110. text
  111. @d1 1
  112. @
  113.